home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / boiler_b.swf / scripts / frame_233 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  227 b   |  13 lines

  1. bplayagain_mc.onrelease = function()
  2. {
  3.    snd_mc.playsound("pButton");
  4.    gotoAndStop("backtomenu");
  5.    play();
  6. };
  7. bchallengeafriend_mc.onrelease = function()
  8. {
  9.    snd_mc.playsound("pButton");
  10.    play();
  11. };
  12. stop();
  13.